home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-03 | 648 b | 23 lines | [TEXT/MPS ] |
- /*************************************************************************************
- *
- * This file "Links" the GWorldObj with any program that builds with WindowObj
- *
- * WindowObj.Link - C Link file
- *
- * Copyright © Apple Computer, Inc. 1988 - 1993
- * All rights reserved.
- *
- * By redefining WINDOWOBJ to anything you want, this program can Link
- * your own object oriented sub-class of WindowObj to the overiding shell.
- *
- *************************************************************************************/
- #ifndef __WINDOWOBJLINK__
- #define __WINDOWOBJLINK__
-
- #include "GWorldObj.h"
-
- #define WINDOWOBJ GWorldObj
-
- #endif
-
-